home *** CD-ROM | disk | FTP | other *** search
/ Developer Source 4 / developer source - volume 4.iso / parad / feb95 / ml_fig10.gif < prev    next >
Graphics Interchange Format  |  1995-09-26  |  6KB  |  373x293  |  4-bit (6 colors)
Labels: text | electronics | screenshot | display | software | font | number
OCR: DEMO.FSL :: Red_Amount_Button :: pushButton method pushButton(var eventInfo Event) var RedAmount LongInt endVar ; Get value of scroll bar RedAmount = Red_Bar .getValue() ; Turn it into a percentage RedAmount = (RedAmount * 100) / 255 msgInfo("Amount of red in box:", string (RedAmount )+"%") endmethod Edit Line: 1 Col: 1